CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据 归一化

搜索资源列表

  1. FAST-ICA11

    0下载:
  2. 1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1168
    • 提供者:liu xp
  1. rscore

    0下载:
  2. 利用matlab实现归一化处理,可用处理大量数据-Using matlab to achieve normalization processing, handling large amounts of data available
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:841
    • 提供者:张兴
  1. Large-capacity-data-fitting

    1下载:
  2. 用matlab实现1000组复数数据的拟合,并计算拟合函数的归一化均方误差(NMSE).-1000 groups using matlab fitting complex data, and calculate the fit function normalized mean square error (NMSE).
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2285136
    • 提供者:李鹏波
  1. MEAN-STD

    0下载:
  2. 对数归一化处理和反归一化处理 初始化数据常用的代码 可以保存下来-Logarithmic normalization and anti-normalization commonly used code to initialize the data can be saved
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:592
    • 提供者:
  1. rihor_Little_Bear_tools

    4下载:
  2. 小熊工具箱是由中科院对地观测中心在读博士胡勇将自己写的 IDL 代码整理而成,包含许多实用功能:相对辐射归一化、矩匹配相对辐射校正、趋势分析、最大值合成、 MODIS 质量数据转换、批量矢量裁剪、 MRT 批处理、 TVDI 、 ROI 分离器、批量生成缩略图、批量生成影像范围(shp)。-Winnie the toolbox from the CAS CEODE PhD Hu Yong will write their own IDL code was compiled, contains m
  3. 所属分类:图形图象

    • 发布日期:2014-04-05
    • 文件大小:138270
    • 提供者:任仲亮
  1. normalize

    0下载:
  2. 对数据进行归一化,读取图像,计算数据的delta/range值-On normalized data, read the image, calculating the data delta/range value
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1117
    • 提供者:swithPr
  1. normalization

    1下载:
  2. matlab中使用libsvm进行分类预测时对数据进行归一化。-Data normalization
  3. 所属分类:其他小程序

    • 发布日期:2017-05-29
    • 文件大小:529
    • 提供者:Enns Wu
  1. Matlab--preproces

    1下载:
  2. matlab关于数据的预处理的一些程序,很全,中心化,归一化,多元散射校正-matlab on some pre-program data, very wide, centralized, normalization, multiplicative scatter correction
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-09
    • 文件大小:210944
    • 提供者:fanghua
  1. bp_demo

    1下载:
  2. BP神经网络软件(BPGUI):支持手动输入数据和从外部导入数据两种方式;用户可以自定义训练集和测试集占全部数据的百分比,设定完成后,软件随机产生训练集和测试集;支持归一化和不归一化两种数据预处理方式;用户可以自定义网络的结构参数和训练参数;具有绘图功能,可以对比测试集的真实值与预测值;支持网络及数据的保存;具有菜单选项,用户可以通过菜单执行相应的操作;具有右键功能,用户可以通过右键快速执行相应的操作;-The BP neural network software (BPGUI) : suppo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:33602
    • 提供者:gaobin
  1. SVMANN_matlab_code.

    0下载:
  2. 使用支持向量机进行非线性回归,得到非线性函数y=f(x1,x2,…,xn)的支持向量解析式, 求解二次规划时调用了优化工具箱的quadprog函数。本函数在程序入口处对数据进行了 [-1,1]的归一化处理,所以计算得到的回归解析式的系数是针对归一化数据的,仿真测 试需使用与本函数配套的Regression函数。- Using non-linear support vector machine regression, nonlinear function y = f (x1,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2519
    • 提供者:luban
  1. normalnize_BP_SVM

    0下载:
  2. 一些常用的数据预处理的方法,主要是介绍如何使用归一化的函数。-Some common methods of data preprocessing, mainly describes how to use a normalized function.
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:10104
    • 提供者:何菲菲
  1. NNBP_code_Changed

    0下载:
  2. 实现多层神经网络算法的源码,并附带训练学习说明,由于程序没有实现归一化功能, 因此用来训练的样本数据首先要归一化后才能进行训练。-实现多层神经网络算法的源码,并附带训练学习说明,由于程序没有实现归一化功能, 因此用来训练的样本数据首先要归一化后才能进行训练。 请键入文字或网站地址,或者上传文档。 取消 Shíxiàn duō céng shénjīng wǎngluò suànfǎ de yuánmǎ, bìng fùdài xùnliàn xuéxí shuōmíng, yóuyú
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:336582
    • 提供者:林盛祥
  1. aloha

    0下载:
  2. 仿真aloha得到的平均交换的数据包量、吞吐量通过归一化标签数,便于观察随标签数的变化其他量的变化情况。-Aloha get the amount of simulation data packets exchanged average throughput by normalizing the number of labels, easy changes observed with the tag number of other changes in volume.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1075
    • 提供者:fx
  1. lianghua

    0下载:
  2. 实现原始大量数据的归一化,一遍对后面的计算简单化。-The realization of original data normalization, the calculation on the back of the over simplistic.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:980
    • 提供者:maxiaola
  1. rscore

    0下载:
  2. 数据的预处理方法,极差归一化,用于对大量数据的预处理-Poor data pretreatment method, normalization, designed for large amounts of data pretreatment
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:906
    • 提供者:DonJason
  1. nht_new

    0下载:
  2. 改进的NHT程序,可以对数据进行归一化,效果较以前的好-improved NHT method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:708
    • 提供者:五子
  1. GA-and-BP

    0下载:
  2. 利用bp和ga网络对未来值进行预测,对输入数据进行归一化处理。-Use bp neural network to predict the future value of the input data normalization.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:56972
    • 提供者:张俊池
  1. fcm001

    0下载:
  2. 数据的归一化程序,用于任何维数数据的归一化或标准化,程序简单易懂,可直接运行。-Normalization program data for any number of dimensions of data normalization or standardization of procedures easy to understand, can be run directly.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:797
    • 提供者:杨铭
  1. normalize

    0下载:
  2. 数据的归一化程序,用于任何维数数据的归一化或标准化,两个程序都简单易懂,可直接运行。-Normalization program data for any number of dimensions of data normalization or standardization, both programs are simple to understand and can be run directly.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:757
    • 提供者:杨铭
  1. fit

    0下载:
  2. 生成归一化植被指数(NDVI)数据产品及图象产品的IDL源程序-that GIS is likely to have own itself advantages in sample selection, presentation of findings and future record collation (Department for Environment, Food and Rural Affairs, 2007). It indicates that to imply GIS soft
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:609
    • 提供者:ManXiaoming
« 1 2 3 4 5 6 78 9 10 11 12 ... 33 »
搜珍网 www.dssz.com